home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE>Add ZClass</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <H2>Add ZClass</H2>
-
- <dtml-var "HelpSys.HelpButton('ZClass_Add.stx','OFSP')">
-
- <dtml-with "_(selected=[], unselected=[], baseclasses=[], id='', title='',
- meta_type='',
- all=manage_subclassableClassNames(),
- )">
- <dtml-with REQUEST>
- <dtml-with "_(
- selected=_.reorder(
- all,
- with = baseclasses+
- (REQUEST.get('manage_addZClassForm','')==' -> '
- and unselected or []),
- without= (REQUEST.get('manage_addZClassForm','')==' <- '
- and selected or [])
- ),
- )">
- <dtml-with "_(unselected=_.reorder(all, without=selected))">
-
- <FORM ACTION="." METHOD="GET">
-
- <TABLE>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="id" SIZE="40" VALUE="<dtml-var id html_quote>">
- </TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="<dtml-var title html_quote>">
- </TD>
- </TR>
-
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">Meta type</TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="meta_type" SIZE="40"
- VALUE="<dtml-var meta_type html_quote>">
- </TD>
- </TR>
- <TR>
- <TD ALIGN="LEFT" VALIGN="TOP" COLSPAN="2">
- <INPUT TYPE="CHECKBOX" NAME="CreateAFactory:int" VALUE="1"
- <dtml-if CreateAFactory>CHECKED</dtml-if>>
- <STRONG>Create constructor objects?</STRONG>
- </TD>
- </TR>
- </table>
- <p><strong>Base classes:</strong>
-
- <table>
- <TR>
- <TD ALIGN="LEFT" VALIGN="TOP">
- Unselected:<BR>
- <SELECT NAME="unselected:list" size=9 multiple>
- <dtml-in unselected>
- <OPTION VALUE="<dtml-var sequence-key html_quote>"
- ><dtml-var sequence-item></OPTION>
- </dtml-in>
- </SELECT>
- </TD>
- <TD ALIGN="LEFT" VALIGN="MIDDLE">
- <dtml-in selected>
- <input type=hidden name="baseclasses:list"
- value="<dtml-var sequence-key html_quote>"><br>
- </dtml-in>
- <INPUT TYPE="SUBMIT" NAME="manage_addZClassForm:method"
- VALUE=" -> ">
- <BR>
- <INPUT TYPE="SUBMIT" NAME="manage_addZClassForm:method"
- VALUE=" <- ">
- </TD>
- <TD ALIGN="LEFT" VALIGN="TOP">
- Selected:<br>
- <SELECT NAME="selected:list" size=9 multiple>
- <dtml-in selected>
- <OPTION VALUE="<dtml-var sequence-key html_quote>"
- ><dtml-var sequence-item></OPTION>
- </dtml-in>
- </SELECT>
- </TD>
- </TR>
- </table>
-
- <INPUT TYPE="CHECKBOX" NAME="zope_object:int" VALUE="1"
- <!--#if zope_object-->CHECKED<!--#/if-->>
- <STRONG>Include standard Zope persistent object base classes?</STRONG>
- </p>
- <INPUT TYPE="SUBMIT" NAME="manage_addZClass:method"
- VALUE=" Add ">
-
- </FORM>
-
- </dtml-with>
- </dtml-with>
- </dtml-with>
- </dtml-with>
-
- </BODY></HTML>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-